home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / latexinfo / CHANGES (.txt) < prev    next >
LaTeX Document  |  1992-02-23  |  7KB  |  127 lines

  1. 1.2    First public release - June 2, 1990
  2. 1.3    First Patch - June 19, 1990
  3.     Added this CHANGES file.
  4.     Updated the README file in the manual directory.
  5.     Deleted nodify-new.el and removed it from the Makefile.
  6.     Improved the Makefiles.
  7.     Made some modifications to macsyma.sty to cut down on string usage.
  8.     Introduced support for the tabular environment and \hline.
  9.     Introduced support for the table environment with \caption.
  10.     Figures are now ignored.
  11.     \input *must* occur at the beginning of a line.
  12.     Updated scheme-fmt so it won't conflict with texinfo.
  13.     Renamed the long files to < 14 chars for SysV
  14.     Made the manual a {book} so it starts chapters on the odd page.
  15.     Added support for \unnumbered \unnumberedsec etc.
  16.     Changed the indexes to \unnumbered.
  17. 1.3.1    Second Patch - June 24, 1990
  18.     Fixed a blunder that broke the description environment.
  19.     Changed the manual to tell people to use .login instead .cshrc.
  20. 1.3.2    Third Patch - August 25, 1990
  21.     Fixed bug in synindex
  22.     Fixed the description environment.
  23.     Changed the manual to incorporate the proofreading from Nelson Beebe.
  24.     Made \\ replace \*, although \* is still supported.
  25. 1.3.3    Fourth Patch - August 30, 1990
  26.     Made \\ active even at other places than the end of line.
  27. 1.3.4    Fifth Patch
  28.     Documented nodify.el for converting LaTeX files to LaTeXinfo.
  29.     Added support for Frenc and German in europe.sty and europe-fmt.el
  30.     (thanks to schwarze@isa.de).
  31. 1.3.5    Sixth Patch
  32.     If the \?index command and its argument are the only thing on a line,
  33.     then that line will be deleted in the Info file.
  34.     Fixed comment-start-skip bug in latexinfomd.el
  35.     (Thanks to simon@opal.cs.tu-berlin.de).
  36.     Undeleted the tail end of the manual, which mysteriously
  37.     disappeared in the last patch. (darrylo@hpnmxx.hp.com)
  38. 1.4    Seventh Patch - not released.
  39.     Added support for the sp command in info files.
  40.     Deleted some doubled words in the manual. (beebe@math.utah.edu)
  41.     Corrected the manual description of \code's font.
  42.     Fixed a bug in latexinfo-format-emph (petri@ibr.cs.tu-bs.de).
  43.     Looks for latexinfo files in current directory if $LATEXINFO
  44.     is not set (petri@ibr.cs.tu-bs.de).
  45.     Made latexinfo.el listen to the environment-variable $TEXINPUTS - for
  46.     the \input macro - useful if you want to \include files that are not in
  47.     the directory where your main tex-source-file resides.
  48.     Added {lisp} environment for Scribe compatibility.
  49.     Made tabular environment change the non-special status of & and |
  50.     only within the tabular environment.   In other words, & and |
  51.     print as themselves everywhere except within a tabular environment,
  52.     where they are used for tabular formatting (geske@ibr.cs.tu-bs.de).
  53.     Now you can use " > < _ | in nodenames.
  54.     It is no longer an error to not begin an environment (\begin) 
  55.     at the start of a line.  It is still an error to have extraneous
  56.     text at the end of the line that will be discarded (such as \end).
  57.     Added \n{} equivalent to the latex \normalsize command.
  58.     Made \vspace and \vspace* discard the line.
  59.     Fixed an insidous bug in latexinfo-parse-noarg.  It eat all white
  60.     space after the newline that follows an argumentless tex-command,
  61.     instead of eating either the newline or the whitespace.
  62.     Fixed a bug in \rawbackslash that made everything come out \tt.
  63.     Made Info understand unnumbered, unnumberedsec, unnumberedsubsec etc.
  64.     Made Info interpret \back <TAB> as \back <SPACE>
  65.     Added support for \onecolumn and \twocolumn in Info (just ignored).
  66.     Added support for author/title/date, though it is not documented yet.
  67.     Added support for \bibliography, though it is not documented yet.
  68.     Added support for \verb, though it is not documented yet.
  69.     Added support for \/, though it is not documented yet.
  70.     Added a TODO file, so that people can see what I am planning,
  71.     and make suggestions or ask for priorities.
  72.     Added support for the following TeXinfo 2 commands:
  73.     @chapheading @heading @majorheading @subheading @subsubheading
  74.     @exdent @minus @finalout @result @equiv @error @expansion @point
  75.     @print @date @author @title @subtitle @flushright @flushleft 
  76.     @footnote @sc @need though it might not be not documented yet.
  77.     Added support for the @def... commands though it's not documented yet.
  78.     Moved the @def... commands to an elisp style, in preparation for GLS.
  79.     Made latexinfo.el give a message when it found a LaTeX command it
  80.     doesn't understand.  
  81.     Redefined the replace functions to turn off the Mark Set noise.
  82.     Made the commands that print in italic font do the correction.
  83.     Changed the syntax table entries of [ and ] to . during forward-sexp.
  84.     Made tolatexinfo.el up to date with the next TeXinfo2 commands
  85.     Made tolatexinfo.el insert \protect in the section headings if
  86.     there are any \ commands to protect.
  87.     Hacked Emacs 18.57 texindex to understand not to put a \initial{\}
  88.     if the entry begins with a \.  It inserts \back instead.
  89.     Added latex2dvi to the distribution, to automatically run
  90.     latexindex and bibtex and latex as required.
  91. 1.6    Added smallverbatim.
  92.     Made verbatim and smallverbatim imbeddable in list environments.
  93.     Made the info reader eat the whitespace following a command.
  94.     Documented the definition commands.
  95.     Incorporated tabular.sty into latexinfo.tex; no tabular option
  96.     to the \documentstyle is needed now.
  97.     Renamed tolatexinfo.el to t2latexinfo.el.
  98.     Made s2latexinfo.el to convert Scribe files.
  99.     Made l2latexinfo.el to help convert Latex files.
  100.     Delete nodify.el from the distribution because of l2latexinfo.el.
  101.     Created the always refill command.  At the moment it only looks
  102.     for ".\n\n", but I chaang it to search based on the syntax-table.
  103.     Began translating latexinfo-mde.el latexinfo-upd.el latexinfo-tex.el.
  104.     Made \begin{verbatim} \begin{smallverbatim} and \input legal
  105.     other than at beginning of line, iff only whitespace exists between
  106.     the (bolp) and the command.
  107.     Fixed \verb so the global substitutions (''->") don't affect it.
  108.     Added support for paragraphindent and footnotestyle.
  109.     Updated the doucmentation, based on the TeXinfo 2 manual.
  110.     Added the verbatimfile and smallverbatimfile commands.
  111.     Protected the indexers agains null arguments.
  112.     Edited the manual.
  113.     Added syncodeindex, documented markboth.
  114. 1.7    Fixed LaTeX on region.
  115.     FIxed smallverbatim.
  116.     Rewrote elisp.sty to be more like the TeXinfo 2.14 version.
  117.     Made s2latexinfo not change @ref to \xref.  That only works
  118.      if the labels and section names correspond.
  119.     Changes the \begin{defxx} format to \defxx, and
  120.      \end{defxx} format to \enddefxx.
  121.     Added support for \label and \ref though they are not documented yet.
  122.     Added \funref \varref and cousins into funref.sty.
  123.     Renamed elisp/europe-fmt.el to elisp/german-fmt.el, and changed
  124.      the manual to show that it was really greman.sty that is supported.
  125.      French really needs a different approach.
  126.     Isolated always-refill algoritmn in latexinfo-do-refill.
  127.